home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / SMC9000 / SMC9000O.ZIP / PROTOCOL.INI < prev    next >
Encoding:
Text File  |  1993-04-17  |  1.7 KB  |  47 lines

  1. ; protocol.ini entries for the SMC9000 card.
  2.  
  3. ;    The driver name varies depending on how many adapters are installed 
  4. ;    in the system.  The first adapter is always referenced through 
  5. ;    SMC9X$.  For example, the second adapter's driver name is 
  6. ;    SMC9X2$, the ninth adapter's drivername is SMC9X9$.  More than
  7. ;    nine adapters are not supported.  This is a common naming convention
  8. ;    among NDIS drivers.  For example, the PROTOCOL.INI entry should look 
  9. ;    like this
  10. ;   
  11.  
  12.   DriverName = "SMC9X$"
  13.  
  14. ;    The possible interrupts 9, 3, 4, and 10.  The default is the value
  15. ;    specified in the SMC9000 EEPROM.
  16.  
  17. ; Interrupt = 9
  18.  
  19. ;   The I/O base address must match the value set in the SMC9000 EEPROM.
  20. ;   This entry must be in the PROTOCOL.INI.
  21.  
  22.   IOBase = 0x300
  23.  
  24. ;   Media type of the attached network.  Possible values are 10BaseT
  25. ;   and AUI.  The default is the type specified in the SMC9000 EEPROM.
  26.  
  27. ; Media = "10BaseT"
  28.  
  29. ;   The ethernet address to which the card will respond may be overridden.
  30. ;   The new value is specified as a string of hex digits separated by colons.
  31. ;   The default is the value specified in the SMC9000 EEPROM.
  32.  
  33. ; NetAddress = "80:00:64:0f:00:00"
  34.  
  35. ;   The amount of queueing space in the driver to process transmit requests
  36. ;   may be specified.  Values are in the range 1 to 40.  The default is 1.
  37.  
  38. ; MaxTransmits = 1
  39.  
  40. ;   The normal interface presented by the SMC9000 is 16 bits wide.  For
  41. ;   situations where an 8 bit interface is required, this interface
  42. ;   may be forced via the Disable16 keyword.  Note that this option has
  43. ;   no effect if the card itself is jumpered for 16 bit operation.
  44.  
  45. ;  Disable16
  46.  
  47.